cURL
curl --request GET \ --url https://prod01-apigw.{customer_name}.fabric.zone/api-cart/bill-to/{billToId}
{ "paymentMethod": "Visa Credit", "cardIdentifier": "1234", "amount": 149.99, "address": { "street1": "123 Main Street", "city": "Seattle", "state": "WA", "country": "United States of America", "zipCode": "10008-1234", "name": { "first": "John", "last": "Smith" }, "email": "[email protected]", "attention": "Leave at the back door.", "street2": "ABC Boulevard", "kind": "TBD", "phone": { "number": "123-456-7890", "kind": "Mobile" } }, "billToId": 1, "cart": "5e5818a84d030c206b2ffb02", "_id": "5fee9d59f2f08a1b3cbdea08", "createdAt": "2020-12-31T02:09:53.914Z", "updatedAt": "2020-12-31T02:09:53.914Z", "__v": 0 }
Get bill-to by ID
24
"5e5818a84d030c206b2ffb02"
Getting Bill To By ID
3 - 24
"Visa Credit"
4
"1234"
x >= 0.01
149.99
Show child attributes
140
"123 Main Street"
"Seattle"
25
"WA"
"United States of America"
3 - 25
"10008-1234"
2 - 50
"John"
"Smith"
5 - 100
"[email protected]"
"Leave at the back door."
240
"ABC Boulevard"
"TBD"
5 - 25
"123-456-7890"
"Mobile"
1
"5fee9d59f2f08a1b3cbdea08"
"2020-12-31T02:09:53.914Z"
0
Was this page helpful?